vendor/golang.org/x/text/transform.Writer.n (field)

11 uses

	vendor/golang.org/x/text/transform (current package)
		transform.go#L216: 	n   int
		transform.go#L236: 	if w.n > 0 {
		transform.go#L239: 		n = copy(w.src[w.n:], data)
		transform.go#L240: 		w.n += n
		transform.go#L241: 		src = w.src[:w.n]
		transform.go#L249: 		if w.n == 0 {
		transform.go#L254: 			w.n = 0
		transform.go#L272: 				if w.n == 0 {
		transform.go#L275: 				w.n = m
		transform.go#L287: 			if w.n > 0 {
		transform.go#L297: 	src := w.src[:w.n]